The following tables list the members exposed by the Input<T> type.
Name | Description | |
---|---|---|
![]() |
DeclaredType | Gets the input declared type. |
![]() |
Description | Gets or sets the parameter description. (inherited from Parameter). |
![]() |
IsValueInitialized | Gets a value indicating whether this parameter is initialized. (inherited from Parameter). |
![]() |
MemberName | Gets or sets the name of the property of field that represents this input inside a Gear<TResult>. (inherited from BaseInput). |
![]() |
Name | Gets or sets the parameter name. (inherited from Parameter). |
![]() |
OriginalOwner | Gets or sets the parameter original owner. (inherited from Parameter). |
![]() |
Source | Gets or sets the input source Gear<T>. |
![]() |
Value | Gets the input value. The current RunningEngine<TGearResult> sets the value of this property by assigning to it the running result of the Source gear. Depending on the RunningEngine<TGearResult> in use, this value might only be available as an abstract symbol inside the Mechanism<OnAssemble method. |
![]() |
ValueAsObject | Gets or sets the parameter value. (inherited from Parameter). |